53 Star 612 Fork 134

GVPKai / Qwerty-Learner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
KaiyiWing 提交于 2023-04-23 01:14 . chore: modify prettier config
module.exports = {
singleQuote: true,
trailingComma: 'all',
printWidth: 140,
bracketSpacing: true,
semi: false,
tabWidth: 2,
jsxSingleQuote: false,
overrides: [
{
files: '.prettierrc',
options: { parser: 'json' },
},
],
plugins: ['@trivago/prettier-plugin-sort-imports', require('prettier-plugin-tailwindcss')],
}
TypeScript
1
https://gitee.com/KaiyiWing/qwerty-learner.git
git@gitee.com:KaiyiWing/qwerty-learner.git
KaiyiWing
qwerty-learner
Qwerty-Learner
master

搜索帮助